You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Methods
>
Find Method
>
Matrix.Find Method ([In] double)
Dew Math for .NET
Example
Matrix.Find Method ([In] double)
var a:
Matrix
; ind: Integer; begin a.SetIt(False,[2,5,1,6]); ind := a.Find(1.0);
// returns 2 (the arrays are zero based)
end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home